projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd26d5a
)
(compilation-error-regexp-alist):
author
Richard M. Stallman
<rms@gnu.org>
Fri, 20 Mar 1998 04:41:13 +0000
(
04:41
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 20 Mar 1998 04:41:13 +0000
(
04:41
+0000)
Handle f90 in DEC AXP OSF/1 cc pattern.
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 53c291825f49791215fa1b636ca5a60d821c1f0c..fa20a9742a34ca1fb824f42a2f42c9a8895f65f7 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-230,7
+230,7
@@
of[ \t]+\"?\\([a-zA-Z]?:?[^\":\n]+\\)\"?:" 3 2)
;; ccom: Error: foo.c, line 2: syntax error
;; DEC AXP OSF/1 cc
;; /usr/lib/cmplrs/cc/cfe: Error: foo.c: 1: blah blah
- ("[a-z/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
+ ("[a-z
0-9
/]+: \\([eE]rror\\|[wW]arning\\): \\([^,\" \n\t]+\\)[,:] \\(line \\)?\\([0-9]+\\):" 2 4)
;; IBM AIX PS/2 C version 1.1:
;; ****** Error number 140 in line 8 of file errors.c ******